home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / myspell-en-us.postinst < prev    next >
Encoding:
Text File  |  2006-12-07  |  89 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = "configure" ]; then
  6.     update-openoffice-dicts
  7. fi
  8.  
  9.  
  10.  
  11. exit 0
  12.